home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / batdel.zip / BATDEL.DOC < prev    next >
Text File  |  1989-05-16  |  1KB  |  37 lines

  1. XenneX Enterprises       CIS: 71210,2524
  2. 2870 E. 33rd St.
  3. Tulsa, OK  74105
  4.  
  5.                               BATDEL User's guide
  6.  
  7.             BATDEL  is a simple utility which allows batch files to 
  8.             delete themselves after running.  To use BATDEL, simply 
  9.             make it the last command in the batch file,  and supply 
  10.             it with the name of the batch file.   For  example,  in 
  11.             the TEST.BAT file:
  12.  
  13.                date
  14.                time
  15.                batdel test.bat
  16.  
  17.             When  BATDEL is executed,  it loads itself into  memory 
  18.             and  waits  for the batch file to  finish.   After  the 
  19.             batch  file has finished,  BATDEL will delete the  file 
  20.             which  is passed to it and remove itself from memory.
  21.  
  22.             Since  BATDEL  is memory-resident,  you can delete  the 
  23.             BATDEL program after it is installed if you wish.   For 
  24.             example:
  25.  
  26.                date
  27.                time
  28.                batdel test.bat
  29.                del batdel.com
  30.  
  31.             BATDEL  is a very simple program and provides no  error 
  32.             messages.   If  it cannot find the specified  file,  it 
  33.             will simply terminate without telling you.
  34.  
  35.             If  you have any problems with BATDEL,  please  let  me 
  36.             know.
  37.